home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / CLRWIN.HDR < prev    next >
Text File  |  1994-04-25  |  601b  |  32 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _Clr_Win( Win_Name ) --> NIL
  8.  
  9. PARAMETERS:
  10.  
  11. Win_Name : Name of Window created by _Init_Win()
  12.  
  13. SHORT:
  14.  
  15. Clear a window created by _Init_Win().
  16.  
  17. DESCRIPTION:
  18.  
  19. _Clr_Win() clears a window that has been created by _Init_Win().
  20.  
  21. See _Init_Win() for details.
  22.  
  23. NOTE:
  24.  
  25.  
  26.  
  27. EXAMPLE:
  28.  
  29.  
  30.  
  31. ******************************************************************************/
  32.